home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / plhelp / subplot < prev    next >
Encoding:
Text File  |  1994-11-27  |  278 b   |  12 lines

  1. subplot:
  2.  
  3. Synopsis: Set the current subplot in the current window.
  4.  
  5. Syntax: subplot ( N )
  6.  
  7. Description:
  8.  
  9.     Force the next plot, in the current plot window, to be drawn
  10.     as subplot N. If N == 0, then the current plot is not
  11.     advanced. The next plot will occurr in the same place.
  12.